home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / bbs / ffal110.zip / FFAL110.DOC next >
Text File  |  1992-10-11  |  3KB  |  69 lines

  1. FFAL110.EXE - Fixes FILES.BBS listings - Copyright 1992 by Chris O'Neill
  2. ------------------------------------------------------------------------
  3.  
  4. PURPOSE:    Reads FILES.BBS files and removes any listings where the file
  5.             is no longer present.
  6.  
  7. REQUIRES:   Requires a file contains an ASCII listing of file areas to
  8.             be search.  The format for this file is as follows:
  9.  
  10.                         C:\Files\Areaname\
  11.                         C:\Files\Areaname\
  12.                         C:\Files\Areaname\
  13.                         Etc.
  14.  
  15.             The trailing "\" is not important.  FFAL100 will add one if
  16.             necessary.  Make sure, though, that there aren't any spaces
  17.             in the first column of each line, and there also shouldn't
  18.             be any blank lines in this file.
  19.  
  20. OPERATION:  Real simple!  Just copy FFAL110.EXE into any directory on your
  21.             hard drive (I recommend you use the same directory that your
  22.             mailer or BBS program is in, but what the heck!).  Then, create
  23.             a file containing a list of the subdirectories to be processed
  24.             (see above for format).  Finally, run FFAL110 using this syntax:
  25.  
  26.                         FFAL100 filename
  27.  
  28.             Where "filename" is the file containing the list of directories
  29.             to be searched.  (Don't worry if you forget the "filename"
  30.             parameter...  FFAL110.EXE will remind you with a friendly help
  31.             screen.)
  32.  
  33. WARRANTY:   This thing will definately take up space on your hard drive.
  34.             That's all I guarantee it will do, although I can say that
  35.             it DOES work on my system.
  36.  
  37. SUPPORT:    Yeah, right! ;-)  Actually, if you have any comments about
  38.             FFAL110.EXE that you'd like to pass on to me, send netmail.
  39.             Please DON'T send flames....  my ego is fragile!
  40.  
  41. COST:       Give your kids a hug.  Give some money to your favorite
  42.             charity.  Recycle something.  Whatever.  Just DON'T send
  43.             ME money...  Having to worry about what to do with my
  44.             new-found millions will drive me nuts!
  45.  
  46. FOR THOSE   FFAL110.EXE was written using Microsoft QuickBASIC v4.5 and
  47. WHO CARE:   ADVBAS v99B by Thomas G. Hanlin III.  One of these days,
  48.             when I have more time and money, I'm gonna learn how to do
  49.             it in C/C++.  In the meantime, I hope you enjoy it for what
  50.             it is.
  51.  
  52. REVISION    Version 1.00 was written July 7, 1992, and was released to
  53. LIST        the SDS file distribution network on that day.
  54.  
  55.             Version 1.10 was written on October 11, 1992, and was also
  56.             released to the SDS on the same day.  Thanks to Rolf Rumpff
  57.             (2:2401/111.6) for pointing out a bug whereby FFAL would
  58.             crash if the FILES.BBS file contained a blank line.  This
  59.             problem has now been fixed, and FFAL will merely pass over
  60.             any lines containing a carriage return or space in the first
  61.             column.
  62.  
  63. Chris O'Neill
  64. Polar Bear Heaven BBS
  65. Rankin Inlet, N.W.T., Canada
  66. @FidoNet 1:348/405.0
  67. July 7, 1992
  68.  
  69.